Add GtkFileDialog
authorMatthias Clasen <mclasen@redhat.com>
Mon, 24 Oct 2022 10:54:01 +0000 (06:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 29 Oct 2022 17:31:41 +0000 (13:31 -0400)
commit6ed2d2b232d0750861d036d076397c4d55fb34a4
treecc5d8442268cdfde89e7ca1385b74a313610e4c1
parentcccc74786f346aab9b4cc3303505ab3da9fac251
Add GtkFileDialog

Add an async API for picking a file, together with
a builder object for it. This is meant to replace direct
use of GtkFileChooserDialog.
gtk/gtk.h
gtk/gtkfiledialog.c [new file with mode: 0644]
gtk/gtkfiledialog.h [new file with mode: 0644]
gtk/meson.build